func net/http.http2readByte
5 uses
net/http (current package)
h2_bundle.go#L2187: payload, padSize, err = http2readByte(payload)
h2_bundle.go#L2608: if p, padLength, err = http2readByte(p); err != nil {
h2_bundle.go#L2622: p, hf.Priority.Weight, err = http2readByte(p)
h2_bundle.go#L2886: if p, padLength, err = http2readByte(p); err != nil {
h2_bundle.go#L2969: func http2readByte(p []byte) (remain []byte, b byte, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)